home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Virtual Top Model
/
Virtual Top Model - Disc 1.iso
/
modulos
/
intro.dxr
/
00039.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-04-02
|
229 b
|
16 lines
on exitFrame
global nFin
if the movieTime of sprite 5 < nFin then
go(the frame)
else
go("codigo")
end if
end
on mouseDown
global bSalto
set bSalto to 1
set the movieRate of sprite 5 to 0
go("codigo")
end